home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / misc / webspe / webspeed.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-07-08  |  2KB  |  104 lines

  1. object AboutBox: TAboutBox
  2.   Left = 331
  3.   Top = 483
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 298
  21.     Height = 213
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     BevelOuter = bvNone
  25.     BevelWidth = 2
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 18
  30.       Top = 23
  31.       Width = 32
  32.       Height = 32
  33.       AutoSize = True
  34.       Picture.Data = {<image001.ico>}
  35.       Stretch = True
  36.       IsControl = True
  37.     end
  38.     object ProductName: TLabel
  39.       Left = 122
  40.       Top = 16
  41.       Width = 54
  42.       Height = 13
  43.       Caption = 'WebSpeed'
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 122
  48.       Top = 40
  49.       Width = 53
  50.       Height = 13
  51.       Caption = 'Version 1.5'
  52.       IsControl = True
  53.     end
  54.     object Copyright: TLabel
  55.       Left = 73
  56.       Top = 65
  57.       Width = 151
  58.       Height = 13
  59.       Caption = 'Copyright Mike Sutherland 1997'
  60.       IsControl = True
  61.     end
  62.     object Comments: TLabel
  63.       Left = 28
  64.       Top = 119
  65.       Width = 235
  66.       Height = 52
  67.       Alignment = taCenter
  68.       Caption = 
  69.         'This product is freeware. However, please do not dis-assemble or' +
  70.         ' otherwise hack the executable. Please see the webspeed.txt file' +
  71.         ' that accompanies this program.'
  72.       WordWrap = True
  73.       IsControl = True
  74.     end
  75.     object Label1: TLabel
  76.       Left = 100
  77.       Top = 90
  78.       Width = 98
  79.       Height = 13
  80.       Caption = 'mike@mjs.u-net.com'
  81.     end
  82.     object Image1: TImage
  83.       Left = 248
  84.       Top = 23
  85.       Width = 32
  86.       Height = 32
  87.       AutoSize = True
  88.       Picture.Data = {<image002.ico>}
  89.       Stretch = True
  90.       IsControl = True
  91.     end
  92.   end
  93.   object OKButton: TButton
  94.     Left = 111
  95.     Top = 180
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'OK'
  99.     Default = True
  100.     ModalResult = 1
  101.     TabOrder = 1
  102.   end
  103. end
  104.